home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00298.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  235 b   |  11 lines

  1. global gOkaySprite
  2.  
  3. on mouseDown
  4.   set whichSprite to the clickOn
  5.   if pressButton(whichSprite) then
  6.     set the visible of sprite gOkaySprite to 1
  7.     set the visible of sprite (gOkaySprite + 1) to 1
  8.     go("Categories")
  9.   end if
  10. end
  11.